home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 11 / CU Amiga Magazine's Super CD-ROM 11 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-06].iso / cucd / programming / amoslist / amoslist.mar / 000043_amos-request@svcs1.digex.net_Wed Mar 5 16:11:36 1997.msg < prev    next >
Text File  |  1997-04-01  |  3KB  |  69 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id QAA03190
  3.     for <mcox@access.digex.net>; Wed, 5 Mar 1997 16:11:33 -0500 (EST)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id NAA23231
  6.     for amos-out; Wed, 5 Mar 1997 13:47:38 -0500 (EST)
  7. Received: from mail2.access.digex.net (mail2.access.digex.net [205.197.247.3])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id NAA23223
  9.     for <amos-list@svcs1.digex.net>; Wed, 5 Mar 1997 13:47:37 -0500 (EST)
  10. Received: from smtp1.xs4all.nl (smtp1.xs4all.nl [194.109.6.51])
  11.     by mail2.access.digex.net (8.8.5/8.8.5) with ESMTP id NAA19429
  12.     for <amos-list@access.digex.net>; Wed, 5 Mar 1997 13:47:34 -0500 (EST)
  13. Received: from xs4all.nl (collin@drt01-14.dial.xs4all.nl [194.109.42.15]) by smtp1.xs4all.nl (8.7.6/XS4ALL) with SMTP id TAA04285 for <amos-list@access.digex.net>; Wed, 5 Mar 1997 19:47:30 +0100 (MET)
  14. From: Branko Collin <collin@xs4all.nl>
  15. To: Amos Discussion List <amos-list@access.digex.net>
  16. Date: Wed, 05 Mar 1997 08:18:11 +0100
  17. Message-ID: <yam7003.553.3152640@smtp.xs4all.nl>
  18. In-Reply-To: <19970305.79354F0.26A9@MarkSchuette.T-Online.de>
  19. X-Mailer: YAM 1.3.4 [020] - Amiga Mailer by Marcel Beck
  20. Subject: Re: Lprint Chr$(0)
  21. MIME-Version: 1.0
  22. Content-Type: text/plain; charset=iso-8859-1
  23. Content-Transfer-Encoding: 8bit
  24. X-MIME-Autoconverted: from quoted-printable to 8bit by svcs1.digex.net id NAA23225
  25. Status: RO
  26. X-Status: 
  27.  
  28. On 05-maa-97 Mark Sch�tte wrote:
  29. >On Tue, 04 Mar 1997 19:33:07 +0100
  30. >Marcel Toele <toelem@worldonline.nl> wrote to amos-list@access.digex.net
  31. >about 'Lprint Chr$(0)':
  32. > > When I want them all to be turned off, I am supposed to send a
  33. > > Chr$(0) to the Printerport:
  34. > > 
  35. > > LPrint Chr$(0)
  36. > > 
  37. > > And THAT my dear friends is what AMOS(Pro) is lacking... AMOSPro does
  38. > > not send the NULL string to the printer port and thus making it
  39. > > impossible for me the shut off all the switches...
  40.  
  41. >OPEN OUT channel, "PAR:"   (usually for seq. data files but should work
  42. >with PAR: as well)
  43. >    PRINT# channel, chr$(0)
  44. >    ...
  45.  
  46. This should work, and if Amos is the least bit system friendly, LPrint Chr$(0)
  47. shouldn't work.
  48.  
  49. What happens is this. The parallel port is called PAR:. Anything hanging off
  50. the parallel port should be addressed using PAR:.
  51.  
  52. However, on Amigas there is also a device called PRT:. This device exists
  53. because a lot of printers have different command sets. Using PRT: and a
  54. printer-driver, the Amiga will intercept any data sent to the printer and try
  55. to translate the data to something the printer selected by its driver in the
  56. preferences can understand.
  57.  
  58. So my guess is that using LPrint you send the data to PRT: instead of PAR:.
  59.  
  60. > Hello everybody - I'm new on the list and it's great.
  61.  
  62. And already helping out :-).
  63.  
  64. -----
  65. Branko Collin       http://www.xs4all.nl/~collin
  66. collin@xs4all.nl    http://www.kun.nl/undans/members/branko.htm
  67.      "Erm... Erm... should I say something interesting now?"
  68.                          - Branko Collin -
  69.